feat: validation feature inclusion into altimate-code#68
Open
Bharatram-altimate-ai wants to merge 2 commits intomainfrom
Open
feat: validation feature inclusion into altimate-code#68Bharatram-altimate-ai wants to merge 2 commits intomainfrom
Bharatram-altimate-ai wants to merge 2 commits intomainfrom
Conversation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Adds a validation framework to altimate-code that evaluates AI agent traces against quality criteria (Groundedness, Validity, Coherence, Utility, Tool Validation).
/validateskill withSKILL.mdandbatch_validate.pythat calls the Altimate backend API directly via SSE (no Langfuse dependency) for single trace, date range, and session modesvalidateCLI command (altimate-code validate install/status) that installs the skill to~/.altimate-code/skills/validate/initConversationLogger()intoInstanceBootstrapbun run buildbuild.tsto embed skill assets from the correct pathType of change
How did you verify your code works?
/validate <trace_id>locally and confirmed per-trace markdown files are written to the report directoryaltimate-code validate installcorrectly installs the skillIssue for this PR
N/A — internal feature addition
Checklist